postgres version command

46

$ locate bin/postgres
/usr/lib/postgresql/9.3/bin/postgres
postgres -V
// or 
psql --version
SELECT version();

Comments

Submit
0 Comments